diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/items/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/items/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/items/page.tsx b/app/[lng]/evcp/(evcp)/items/page.tsx index fb0734a9..d61b50df 100644 --- a/app/[lng]/evcp/(evcp)/items/page.tsx +++ b/app/[lng]/evcp/(evcp)/items/page.tsx @@ -36,13 +36,13 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 패키지 정보 + 패키지 넘버 </h2> <InformationButton pagePath="evcp/items" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> S-EDP로부터 수신된 패키지 정보이며 PR 전 입찰, 견적에 사용되며 벤더 데이터, 문서와 연결됩니다. - </p> + </p> */} </div> </div> |
